home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 37
/
CD Expert nº 37.iso
/
LastCall
/
lastcall.exe
/
stuff
/
lastcall.dxr
/
00183_Mousetrap in slot machine round.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2000-03-27
|
180 b
|
20 lines
property pDownFlag
on mouseUp
if pDownFlag then
exitGame(0)
end if
end
on mouseDown
pDownFlag = 1
end
on mouseEnter
pDownFlag = 0
end
on mouseLeave
nothing()
end